home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / medhelth / slim303c.zip / RUNSLM.TXT < prev    next >
Text File  |  1995-02-18  |  2KB  |  31 lines

  1.                                RUNNING SLIMMER
  2.                                ---------------
  3.  
  4.     Slimmer is started with the command SLIMMER <enter>. It has a command 
  5.     line feature that allows you to enter your name on the same line when 
  6.     you start the program. For example, I could start the program with the 
  7.     command "SLIMMER George". The Slimmer program will normally be installed 
  8.     in a subdirectory called SLIM30. (During installation, you have the 
  9.     option of selecting the drive and subdirectory of your choice). The demo 
  10.     files included with Slimmer are for "Slim". You can view the sample data 
  11.     by either typing "demo" to activate the DEMO.BAT file, or by typing in
  12.     "SLIMMER Slim". 
  13.  
  14.     From the DOS prompt, you would normally start Slimmer by first going to
  15.     the drive where Slimmer resides (C:) changing directories to the Slimmer 
  16.     subdirectory (CD\SLIM30), then entering the SLIMMER command (SLIMMER). 
  17.     To automate this process, create a BAT file called S3.BAT and have 
  18.     the following lines in it:
  19.  
  20.     C:
  21.     cd\slim30
  22.     slimmer george
  23.     
  24.     You would, of course, change the three lines to include your drive, sub-
  25.     directory, and name.
  26.  
  27.     Place the S3.BAT file somewhere in your path (in the root of your
  28.     primary hard disk for example). You can see what subdirectories are in 
  29.     the path by typing "path". Slimmer can then be started from any location 
  30.     in your computer by typing in "S3".
  31.